PopupMenu.AddRows Method

The parameter is an array of Strings. Appends the elements of the array to the items in the pop-up menu.

Syntax

PopupMenu.AddRows Items()

Parameters

Items()

String

Notes

This is equivalent to calling AddRow repeatedly, once for each element of the array.